home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089src.lha / Mutt-0.89i-AMIGA / src / rx / Makefile < prev    next >
Makefile  |  1998-01-28  |  403b  |  20 lines

  1. # Generated automatically from Makefile.in by configure.
  2. #
  3. # A simplified Makefile for use with Mutt.
  4. # Michael Elkins <me@cs.hmc.edu>
  5. # 1/23/97
  6. #
  7. OBJS=    hashrexp.o rx.o rxanal.o rxbasic.o rxbitset.o rxcset.o \
  8.     rxgnucomp.o rxhash.o rxnfa.o rxnode.o rxposix.o rxsimp.o \
  9.     rxspencer.o rxstr.o rxsuper.o rxunfa.o
  10.  
  11.  
  12.  
  13. librx.a: $(OBJS)
  14.     ar rc librx.a $(OBJS)
  15.     -ranlib librx.a
  16.  
  17. clean:
  18.     rm -f *.o librx.a *~
  19.